Avoid a gtk-doc warning
authorMatthias Clasen <mclasen@redhat.com>
Tue, 4 Feb 2014 02:12:43 +0000 (21:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 4 Feb 2014 02:12:43 +0000 (21:12 -0500)
gtk/gtkversion.h.in

index 89706c5d7abdcde4c1529716750dad0c61cf95e5..cfebc2b80c0af38adf2e183a2551cddd3a574e8d 100644 (file)
@@ -92,6 +92,8 @@
  *
  * Returns %TRUE if the version of the GTK+ header files
  * is the same as or newer than the passed-in version.
+ *
+ * Return value: %TRUE if GTK+ headers are new enough
  */
 #define GTK_CHECK_VERSION(major,minor,micro)                          \
     (GTK_MAJOR_VERSION > (major) ||                                   \